Skip to content

Conversation

DavideD
Copy link
Member

@DavideD DavideD commented Aug 5, 2025

Hibernate Reactive needs it to be able to align the code to the one in ORM.
Plus, I changed the scope of a method for the same reason


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license
and can be relicensed under the terms of the LGPL v2.1 license in the future at the maintainers' discretion.
For more information on licensing, please check here.


https://hibernate.atlassian.net/browse/HHH-19683


private void initializeLazyProperty(Object entity, EntityEntry entry, Object propValue, int index, Type type) {
// Used by Hibernate Reactive
protected void initializeLazyProperty(Object entity, EntityEntry entry, Object propValue, int index, Type type) {

Check notice

Code scanning / CodeQL

Confusing overloading of methods Note

Method AbstractEntityPersister.initializeLazyProperty(..) could be confused with overloaded method
initializeLazyProperty
, since dispatch depends on static types.
@sebersole
Copy link
Member

The Oracle failure is not related to this work...

@sebersole sebersole merged commit 323615c into hibernate:main Aug 5, 2025
25 of 26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants